projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa516d2
)
(init_from_display_pos): Pop until the iterator's
author
Gerd Moellmann
<gerd@gnu.org>
Sat, 23 Dec 2000 19:23:02 +0000
(19:23 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Sat, 23 Dec 2000 19:23:02 +0000
(19:23 +0000)
stack is empty; there may be frames for stretch or images
on the stack.
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index e4a237940d25fa947471920e410b358b27f1bdda..708c5f170cb660a7f3af393b6d3a70fb5c61e217 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-1765,7
+1765,8
@@
init_from_display_pos (it, w, pos)
POS, make sure to pop the iterator because it will be in
front of that overlay string. When POS is ZV, we've thereby
also ``processed'' overlay strings at ZV. */
- pop_it (it);
+ while (it->sp)
+ pop_it (it);
it->current.overlay_string_index = -1;
it->method = next_element_from_buffer;
if (CHARPOS (pos->pos) == ZV)